Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump dev.drewhamilton.poko from 0.18.0 to 0.18.1 #321

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps dev.drewhamilton.poko from 0.18.0 to 0.18.1.

Release notes

Sourced from dev.drewhamilton.poko's releases.

0.18.1

Add ability to skip individual properties with @Poko.Skip. These properties will be omitted from all generated functions. This feature is experimental and requires opt-in via @SkipSupport.

Replace @ArrayContentBased with @Poko.ReadArrayContent. Add a deprecated typealias for the former to aid migration.

Add support for use optional property-level features with custom Poko annotation. Nested annotations with the same name as the optional feature, such as @MyData.ReadArrayContent and @MyData.Skip, will be respected.

Fix issue with FIR checkers. K2-enabled IDEs should now highlight Poko errors and warnings in consumer source code.

Changelog

Sourced from dev.drewhamilton.poko's changelog.

0.18.1

2024-12-13

Add ability to skip individual properties with @Poko.Skip. These properties will be omitted from all generated functions. This feature is experimental and requires opt-in via @SkipSupport.

Replace @ArrayContentBased with @Poko.ReadArrayContent. Add a deprecated typealias for the former to aid migration.

Add support for use optional property-level features with custom Poko annotation. Nested annotations with the same name as the optional feature, such as @MyData.ReadArrayContent and @MyData.Skip, will be respected.

Fix issue with FIR checkers. K2-enabled IDEs should now highlight Poko errors and warnings in consumer source code.

Commits
  • 8cdf7fd Release 0.18.1
  • 55ce748 Rename @ArrayContentBased to @Poko.ReadArrayContent (#449)
  • 1838bd6 Fix warning for non-custom Poko.Skip annotation during multiplatform compilat...
  • 18b3b4b Add ability to skip properties (#446)
  • 0867931 fix(deps): update dependency androidx.compose.runtime:runtime to v1.7.6 (#447)
  • ce322b0 Use reflection-based PsiElement in error reporting to work around compiler vs...
  • 4930a02 Address trivial IDE warnings (#444)
  • d3ae782 chore(deps): update plugin android-library to v8.7.3 (#443)
  • dd8fe76 Delete obsolete comment
  • b2d9c5d Delete reflection and workarounds used to support Kotlin 2.0.x (#442)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies java Pull requests that update Java code labels Dec 16, 2024
Bumps [dev.drewhamilton.poko](https://github.com/drewhamilton/Poko) from 0.18.0 to 0.18.1.
- [Release notes](https://github.com/drewhamilton/Poko/releases)
- [Changelog](https://github.com/drewhamilton/Poko/blob/main/CHANGELOG.md)
- [Commits](drewhamilton/Poko@0.18.0...0.18.1)

---
updated-dependencies:
- dependency-name: dev.drewhamilton.poko
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/dev.drewhamilton.poko-0.18.1 branch from 9fca58e to 56c6e40 Compare December 16, 2024 17:45
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 16, 2024

Looks like dev.drewhamilton.poko is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Dec 16, 2024
@dependabot dependabot bot deleted the dependabot/gradle/dev.drewhamilton.poko-0.18.1 branch December 16, 2024 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants